home *** CD-ROM | disk | FTP | other *** search
/ Temic Semiconductors Tech…al Library 1997 February / Temic Semiconductors Technical Library - 1997 February.iso / TEMIC2.DIR / 00211_Script_211 < prev    next >
Text File  |  1997-03-18  |  587b  |  18 lines

  1. on exitFrame
  2.   go the frame
  3. end
  4.  
  5. on enterFrame
  6.   global myCursor
  7.   
  8.   if rollover(22) then set the cursor of sprite 22 to myCursor
  9.   if rollover(23) then set the cursor of sprite 23 to myCursor
  10.   if rollover(25) then set the cursor of sprite 25 to myCursor
  11.   if rollover(3) then set the cursor of sprite 3 to myCursor
  12.   if rollover(5) then set the cursor of sprite 5 to myCursor
  13.   if rollover(7) then set the cursor of sprite 7 to myCursor
  14.   set the font of member 194 to "Courier"
  15.   set the font of member 193 to "Courier"
  16.   set the font of member 197 to "Courier"
  17. end
  18.